home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / mach / hurd / err_hurd.sub < prev    next >
Text File  |  1993-12-17  |  326b  |  12 lines

  1. /* This file defines the Mach error system for Hurd server errors.  */
  2.  
  3. #include <stdio.h>
  4. #include <errno.h>
  5.  
  6. /* Omit `const' because we are included with `static'
  7.    defined to `static const'.  */
  8. static struct error_subsystem err_hurd_sub[] =
  9.   {
  10.     { "(os/hurd)", _HURD_ERRNOS, (const char *const *) _sys_errlist },
  11.   };
  12.